home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / misc / IOBlixDevKitR4.lha / IOBlixDevKit / C / include / clib / ioblix_dev_protos.h next >
Encoding:
C/C++ Source or Header  |  2000-09-05  |  665 b   |  32 lines

  1. #ifndef CLIB_IOBLIX_DEV_PROTOS_H
  2. #define CLIB_IOBLIX_DEV_PROTOS_H
  3.  
  4. /*
  5. **      $VER: ioblix_dev_protos.h 37.3 (7.4.99)
  6. **
  7. **      C prototypes. For use with 32 bit integers only.
  8. **
  9. **      (C) Copyright 1998 Thore Böckelmann
  10. **      All Rights Reserved.
  11. **
  12. ** (TAB SIZE: 8)
  13. */
  14.  
  15. #ifndef EXEC_TYPES_H
  16. #include <exec/types.h>
  17. #endif
  18.  
  19. #ifndef EXEC_IO_H
  20. #include <exec/io.h>
  21. #endif
  22.  
  23. #ifndef RESOURCES_IOBLIX_H
  24. #include <resources/ioblix.h>
  25. #endif
  26.  
  27. struct IOBlixChipNode *GetChipInfo ( struct IORequest *ioreq );
  28. struct ECPProbeInformation *AllocECPInfo( struct IORequest *ioreq );
  29. void *FreeECPInfo( struct ECPProbeInformation *epi );
  30.  
  31. #endif /* CLIB_IOBLIX_PROTOS_H */
  32.